Discrete Mathematics


Q51.

If g(x)=1-x and h(x)=\frac{x}{x-1}, then \frac{g(h(x))}{h(g(x))} is:
GateOverflow

Q52.

The number of edges in a regular graph of degree: d and n vertices is:
GateOverflow

Q53.

The number of functions from an m element set to an n element set is
GateOverflow

Q54.

If f(x_{i}).f(x_{i+1}) \lt 0 then
GateOverflow

Q55.

Let G be an undirected complete graph on n vertices, where n\gt2. Then, the number of different Hamiltonian cycles in G is equal to
GateOverflow

Q56.

Consider a simple undirected graph of 10 vertices. If the graph is disconnected, then the maximum number of edges it can have is .
GateOverflow

Q57.

Let G be a simple undirected graph. Let TD be a depth first search tree of G. Let TB be a breadth first search tree of G. Consider the following statements. (I) No edge of G is a cross edge with respect to TD. (A cross edge in G is between two nodes neither of which is an ancestor of the other in TD.) (II) For every edge (u,v) of G, if u is at depth i and v is at depth j in TB, then |i-j|=1. Which of the statements above must necessarily be true?
GateOverflow

Q58.

G is an undirected graph with vertex set {v1, v2, v3, v4, v5, v6, v7} and edge set {v1v2, v1v3, v1v4 ,v2v4, v2v5, v3v4, v4v5, v4v6, v5v6, v6v7 }. A breadth first search of the graph is performed with v1 as the root node. Which of the following is a tree edge?
GateOverflow

Q59.

Let R denote the set of real numbers. Let f:R\times R \rightarrow R \times R be a bijective function defined by f(x,y) = (x+y, x-y). The inverse function of f is given by
GateOverflow

Q60.

Which of the properties hold for the adjacency matrix A of a simple undirected unweighted graph having n vertices?MSQ
GateOverflow